<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * 鍔熻兘锛氬叏灞€css
 * 浣滆€咃細Gavin
 * 鍒涘缓鏃堕棿锛�2008-10-27
 * 鏈€鍚庝竴娆′慨鏀规椂闂达細2009--04-08 
---------------------------------*/

/*棰勭疆
---------------------------------*/
body, p, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button {
margin:0;
padding:0;
}
body {
font:normal 12px Arial, tahoma, Verdana;
color:#333;
text-align:center;
background:#fff;
}
img {
border:none;
}
/*浼被
---------------------------------*/
a {
color:#333;
text-decoration:none;
}
a:hover {
color:#f00;
}
/*鏃犲簭鍒楄〃銆佹湁搴忓垪琛ㄣ€佽嚜瀹氫箟鍒楄〃
---------------------------------*/
ul, ol, dl {
list-style:none;
text-align:left;
}
/*娈佃惤
---------------------------------*/
p {
margin:0;
line-height:20px;
}
/***** Table *****/
table {
width:100%; 
border:1px solid #DCDCDC;
border-collapse:collapse;
border-width:1px 0 0 1px;
}
table td, table th {
border:1px solid #DCDCDC;
border-width:0 1px 1px 0;
line-height:19px;
padding:.2em .6em;
text-align:left;
}
table th {
background-color:#f8f8f8;
font-weight:bold;
}

/***** Clear fixed *****/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */
</pre></body></html>